home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 2000 October
/
Software of the Month - Ultimate Collection Shareware 277.iso
/
pc
/
PROGRAMS
/
UTILITY
/
WINLINUX
/
DATA1.CAB
/
programs_-_include
/
ASM-ARM
/
PGTABLE.H
< prev
next >
Wrap
C/C++ Source or Header
|
1999-09-17
|
381b
|
17 lines
#ifndef _ASMARM_PGTABLE_H
#define _ASMARM_PGTABLE_H
#include <asm/proc-fns.h>
#include <asm/proc/pgtable.h>
#define module_map vmalloc
#define module_unmap vfree
extern int do_check_pgt_cache(int, int);
/* Needs to be defined here and not in linux/mm.h, as it is arch dependent */
#define PageSkip(page) (0)
#define kern_addr_valid(addr) (1)
#endif /* _ASMARM_PGTABLE_H */